DLCardSync

class DLCardSync @JvmOverloads constructor(apiKey: String, countryCode: String, testMode: Boolean = false)

Entry point for everything related to our card sync feature

Constructors

Link copied to clipboard
constructor(apiKey: String, countryCode: String, testMode: Boolean = false)

Creates an instance of DLCardSync

Functions

Link copied to clipboard
Link copied to clipboard
fun sync(status: (message: String, finished: Boolean) -> Unit? = null)

Initiates the sync process